how to get length of okobjectresult c#

44

how to get length of okobjectresult c# -

var count = (int)okResult.Value.GetType().GetProperty("count").GetValue(okResult.Value);

Comments

Submit
0 Comments